runtime.g.asyncSafePoint (field)
8 uses
runtime (current package)
debugcall.go#L156: gp.asyncSafePoint = true
debugcall.go#L201: gp.asyncSafePoint = false
mgcmark.go#L959: if debugScanConservative && gp.asyncSafePoint {
preempt.go#L321: gp.asyncSafePoint = true
preempt.go#L343: gp.asyncSafePoint = false
proc.go#L4375: if gp.asyncSafePoint {
runtime2.go#L521: asyncSafePoint bool
stack.go#L1227: if gp.asyncSafePoint {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |